Extracts the key from the specified element.
Namespace:
C1.C1ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
C# |
---|
protected override Guid GetKeyForItem( T item ) |
Visual Basic |
---|
Protected Overrides Function GetKeyForItem ( _ item As T _ ) As Guid |
Parameters
- item
- Type: T
The element from which to extract the key.